home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / 204fd.lzh / rexxsyslib_lib.fd < prev    next >
Text File  |  1991-03-14  |  604b  |  29 lines

  1. * "rexxsyslib.library"
  2. ##base _RexxSysBase
  3. ##bias 30
  4. *--- functions in V33 or higher (distributed as Release 1.2) ---
  5. *
  6. ##private
  7. *--- (16 function slots reserved here) ---
  8. ##bias 126
  9. ##public
  10. *
  11. CreateArgstring(string,length)(a0,d0)
  12. DeleteArgstring(argstring)(a0)
  13. LengthArgstring(argstring)(a0)
  14. CreateRexxMsg(port,extension,host)(a0/a1,d0)
  15. DeleteRexxMsg(packet)(a0)
  16. ClearRexxMsg(msgptr,count)(a0,d0)
  17. FillRexxMsg(msgptr,count,mask)(a0,d0/d1)
  18. IsRexxMsg(msgptr)(a0)
  19. *
  20. ##private
  21. *--- (46 function slots reserved here) ---
  22. ##bias 450
  23. ##public
  24. *
  25. LockRexxBase(resource)(d0)
  26. UnlockRexxBase(resource)(d0)
  27. *
  28. ##end
  29.